    .mis-slider {
    margin-top: 138px;
    /* height: 80px; */
    /* background-color: #eee; */
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    }
        .mis-slider li a {
            text-decoration: none;
            color: #666;
            display: block;
        }  
        .mis-slider li figcaption {
            font-size:23px;
        }
        .mis-slider li img {
            max-width: 220px;
            border-radius: 50%;
            border: none;
            height: 220px;
        }
        .mis-slide {
	        width: 280px;
            height: 330px;
	        padding: 40px;
            margin-top: -138px
        }
    .mis-nav-buttons a {
        color: #fff; 
    }